From bf4f1de67a3606d6474fcb47cbacdaa5e6f62c9f Mon Sep 17 00:00:00 2001 From: Markus Vieth Date: Tue, 9 Apr 2024 21:00:36 +0200 Subject: [PATCH] Fix minor issues in tests Gbp-Pq: Name 0004-Fix-minor-issues-in-tests.patch --- test/geometry/test_mesh_common_functions.h | 1 + test/io/test_io.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/geometry/test_mesh_common_functions.h b/test/geometry/test_mesh_common_functions.h index 5f3d42f5..0579b99e 100644 --- a/test/geometry/test_mesh_common_functions.h +++ b/test/geometry/test_mesh_common_functions.h @@ -40,6 +40,7 @@ #pragma once +#include // for setw #include #include diff --git a/test/io/test_io.cpp b/test/io/test_io.cpp index 53438b2e..be2f83c0 100644 --- a/test/io/test_io.cpp +++ b/test/io/test_io.cpp @@ -49,6 +49,7 @@ #include #include #include +#include // for setprecision #include #include -- 2.30.2